To make the content of the select2 RTL or LTR

59

 .select2-container--open .select2-dropdown
 {
 text-align: {{ Config::get('app.locale') == 'en' ? '' : 'right' }};
 }

Comments

Submit
0 Comments